<Raw/> [[escaped-and-raw-components]]<Escape/> [[escaped-and-raw-components]]Astro.defer(execute: function,point: number = 1)Astro.compile(thing: function) run at compile time, entire Astro.compile(...) is replaced with whatever thing returns (let n = Astro.compile(function() {return 5 + 5}) is compiled into let n = 10 once built)